Command line support for FSH4View-Software to convert datasets into .csv files. The command line option “-csv” for FSH4View has been introduced in order to convert datasets (.set files) into .csv format. Using that functionality is equivalent to manually perform the following steps: • Open File "SourceFile" (.set file) • Save As "DestinationFile" Type ASCII .csv General syntax: "FSH4View" -csv InputDataset.set DestinationFile.csv Notes: 1. Either the command needs to be called out of the program folder where the ZVHView software is installed or the PATH environment variable of Windows needs to be extended by the corresponding path. The environment variables can be accessed via Start -> Control Panel -> System -> Advanced system settings -> Tab "Advanced" -> Environment Variables. The default installation path is "C:\Program Files\Rohde-Schwarz\FSH4View\". 2. Path names need to be put in quotation marks in case they contain blanks. Example : "FSH4View" –csv Dataset001.set Dataset001.csv